home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / bossa.arc / BOSS_SUP.ARC / LOADAZ.BAT < prev    next >
DOS Batch File  |  1990-03-12  |  461b  |  18 lines

  1. echo off
  2. rem Sample Link Batch File
  3. rem
  4. rem small model (small code, small data)
  5. rem
  6. echo on
  7. ln bossdemo help popup swin.lib m.lib c.lib
  8. echo off
  9. rem
  10. rem - large model (large code, large data)
  11. rem ln bossdemo help popup lwin.lib ml.lib cl.lib
  12. rem
  13. rem - medium model (large code, small data)
  14. rem ln bossdemo help popup mwin.lib mlc.lib clc.lib
  15. rem
  16. rem - compact model (small code, large data)
  17. rem ln bossdemo help popup cwin.lib mld.lib cld.lib
  18.